home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / rbbsv100.zip / RBBSV100.EXE / MACROS.LST < prev    next >
File List  |  1993-05-19  |  3KB  |  74 lines

  1.                   RBBS-VERIFY MACRO LANGUAGE CODE REFERENCE
  2.                   -----------------------------------------
  3. The following is a listing of the "@" macro code language commands that the
  4. RBBS-Verify online door supports, these may be used when creating your own
  5. custom door instruction files, they may also be used in the optional LOGOFF
  6. and LOGOFFG display files. Using RBBS-Verify's macro language commands will
  7. allow you to change display colors, send a bell to the user, display board
  8. information and more. There may be multiple macro commands on a single line.
  9. Please note when using macro language codes, it may take a little experiment-
  10. ing to get the desired display output.
  11.  
  12. MACRO COMMANDS MUST BE ENTERED IN UPPERCASE ONLY IN ORDER TO WORK CORRECTLY!
  13.  
  14. GENERAL MACRO COMMANDS
  15. ----------------------
  16. @FIRST@                               - First name of caller
  17. @FIRSTU@                              - First name of caller in ALL uppercase
  18. @MINLEFT@                             - Minutes remaining
  19. @TIMELEFT@                            - Minutes remaining
  20. @USER@                                - User's full name (first & last)
  21. @NODE@                                - Node number
  22. @SYSDATE@                             - Current system date
  23. @SYSTIME@                             - Current system time
  24. @CLS@                                 - Clear the screen
  25. @BEEP@                                - Beep the speaker
  26.  
  27. DISPLAY COLOR MACRO COMMANDS
  28. ----------------------------
  29.  
  30. Attribute           Color           Foreground?           Background?
  31. ---------           -----           -----------           -----------
  32. 0                   Black           Y                     Y
  33. 1                   Blue            Y                     Y
  34. 2                   Green           Y                     Y
  35. 3                   Cyan            Y                     Y
  36. 4                   Red             Y                     Y
  37. 5                   Magenta         Y                     Y
  38. 6                   Yellow          Y                     Y
  39. 7                   White           Y                     Y
  40. 8                   Gray            Y                     N
  41. 9                   High Blue       Y                     N
  42. A                   High Green      Y                     N
  43. B                   High Cyan       Y                     N
  44. C                   High Red        Y                     N
  45. D                   High Magenta    Y                     N
  46. E                   High Yellow     Y                     N
  47. F                   High White      Y                     N
  48.  
  49.                   @X0F
  50.                     ||
  51.                     ||
  52.                     ||-> Foreground color (0-F)
  53.                     |---> Background color (0-7)
  54.  
  55. The "High" prefix in the table above indicates high intensity (bright) color
  56. attributes.
  57.  
  58. @X0EWelcome to RBBS-Verify, the superior callback verification door!
  59.  
  60. The above line would display in high intensity yellow on a black background.
  61.  
  62. @X4FWelcome to RBBS-Verify, the superior callback verification door!
  63.  
  64. The above line would display in high intensity white on a red background.
  65.  
  66. NOTE: Blinking colors are not supported.
  67.  
  68. IMPORTANT NOTE
  69. --------------
  70. All macro commands are shown above EXACTLY as they should be entered, please
  71. be sure to enter the commands correctly. Upper and lowercase make a big
  72. difference - all letters MUST be entered in uppercase only!
  73.  
  74.